home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / hyper.dir / 00040.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  100 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(5) then
  3.     go(marker(0))
  4.     exit
  5.   else
  6.     go("story0!")
  7.   end if
  8. end
  9.